program debugger

英 [ˈprəʊɡræm ˌdiːˈbʌɡə(r)] 美 [ˈproʊɡræm ˌdiːˈbʌɡər]

网络  程序调试器

计算机



双语例句

  1. You can see from the output in Listing 2 that you open the debugger, set a breakpoint in the calc_diff() function by specifying it by name, and then run the program within the debugger, supplying the same arguments as you would on the command line.
    通过清单2中的输出可以看出,我们打开了调试器,通过指定名称在calcdiff()函数中设置了一个断点,然后在调试器中运行程序,提供与命令行相同的参数。
  2. Here is how you can purify your program and run it under a debugger ( gdb is used here to illustrate the process, but you can use any of your favorite debuggers)
    这里是您如何能够净化程序并在一个调试器下运行这个程序(gdb在这里被用来描述这个过程,但是您可以利用任何您喜欢的调试器)
  3. It is a compact representation of the relationship between the executable program and the source in a way that is reasonably efficient for a debugger to process.
    这种格式是可执行程序与源代码之间关系的简单表示,为了便于调试器对该关系进行处理。
  4. Running programs under gdb makes for easier bug trapping, but usually a program will die outside of the debugger leaving only a core file.
    在gdb下运行程序可以使俘获错误变得更容易,但在调试器外运行的程序通常会中止而只留下一个core文件。
  5. You can also run the program in the Java debugger.
    也可以在Java调试器中运行程序。
  6. Do not specify a program name when starting the debugger user interface.
    在启动调试器用户界面时不要指定程序的名字。
  7. Running a simple program in the debugger is similar.
    在调试器中运行简单程序的方法也类似。
  8. Examine variable values defined in the current EGL program and in the functions invoked when the debugger is stopped.
    检查当调试器停止时在当前EGL程序和已调用的函数中定义的变量的值。
  9. A location in a program at which execution is to be stopped and control of the processor switched to the debugger.
    一个在程序中的地址,在那里程序的执行被停止,并且处理器的控制转换到了除错程序。
  10. Prior to the Ganymede release, only a socket-attaching connector was provided, and the program being debugged had to be a debug host that was connected by the debugger.
    在Ganymede发布之前,仅有一个连接套接字的连接器,被调试的程序所在的机器必须是一个与调试器相连的调试主机。
  11. The problem with debugging a Java program remotely is not in the debugger front end but the remote Java back end.
    要远程调试Java程序,难点不是在调试器的前端,而是远程Java后端。
  12. If a program running as another user hits a fatal error, a security warning dialog box appears before the debugger starts.
    如果作为另一个用户运行的程序命中致命错误,则在调试器启动之前,将显示一个安全警告对话框。
  13. The program being debugged can then be started with command-line options to connect to the debugger.
    可以从命令行选项打开被调试的程序,并将其连接到调试器。
  14. When selected, displays a warning dialog box when you try to debug a program for which the debugger has no symbolic information.
    选定后,系统在尝试调试调试器没有其符号信息的程序时,显示警告对话框。
  15. When a break occurs, your program and the debugger are said to be in break mode.
    发生中断时,则称程序和调试器处于中断模式。
  16. In general, multicast is used in main device and other part device communication, program debug is trouble, programmer can take less time to debug control system by the net debugger.
    这类应用程序调试较麻烦,有了通用网络调试器,程序员即可在很短时间内调试出自己的控制系统。
  17. This paper expounds circuit form and work principle and main program flow of the debugger system, and detailedly introduces function of each composing part.
    本文阐述了调试器系统的电路组成和工作原理,介绍了调试器系统的主程序流程,并详细地介绍了各组成部分的功能。
  18. Understanding LOOP Program Structure by Using VFP Debugger
    巧用VFP调试器理解程序设计中的循环结构
  19. The back-end virtual machine simulates the implementation of the system calls and provides the environment for object code executing, and we could track and monitor the program running state by the debugger.
    LAOVM的后端执行器模拟系统调用,为目标代码提供执行环境,通过跟踪调试监控和分析目标代码的执行状况。